home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
jovept1.arc
/
FUNCS.H
< prev
next >
Wrap
Text File
|
1985-05-30
|
768b
|
29 lines
/* funcs.h */
#ifdef FUNCS
int OKXonXoff,
VisBell;
int phystab = 4;
int RMargin = RMARGIN;
int MakeAll = 0; /* Not make -k */
int ScrollStep = 0; /* Full scrolling */
int WtOnMk = 1; /* Write the modified files when we make */
int UseBuffers = 0; /* Don't create buffers by default. It may
be useful sometimes to making listings */
int EndWNewline = 1; /* End files with a blank line */
int stackp = 0;
struct function functions[NFUNCS], /* Wired functions */
macros[NMACROS], /* Macros */
variables[NVARS]; /* Variables */
FMACRO *macstack[NMACROS];
FMACRO KeyMacro; /* Macro used for defining */
#endif
/* end */